Backup Database Dialog Box
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic Action Scripting/Database/Backup Database Dialog Box.xml
The Backup Database Dialog Box action displays the Backup Database dialog box. This is the same as selecting the Table/Sets tab of the Control Panel, then clicking Tools > Backup/Restore Database > Backup Database....
ONESTEP_BACKUP Function
/documentation/pages/Ref/Desktop_Api/Project/Database Functions/ONESTEP_BACKUP Function.xml
ONESTEP_BACKUP() creates a backup of the database. The process is the same as using the Tools > Backup/Restore Database > One-step Backup... command. This command depends on the settings defined using View > Settings > Backup and Tools > Backup/Restore Database > Backup Database... commands.
a5_backup_db_dialog Function
/documentation/pages/Ref/Desktop_Api/Project/Database Functions/a5_backup_db_dialog Function.xml
Displays the Backup Database dialog box
A5_BACKUP_SETTINGS_EXIST Function
/documentation/pages/Ref/Desktop_Api/Project/Database Functions/A5_BACKUP_SETTINGS_EXIST Function.xml
The A5_BACKUP_SETTINGS_EXIST() function indicates whether backup configuration settings have been created.
RESTORE_DATABASE Function
/documentation/pages/Ref/Desktop_Api/Project/Database Functions/RESTORE_DATABASE Function.xml
RESTORE_DATABASE() displays the Restore Database dialog box.
A5_BACKUP_LOGFILE_EXIST Function
/documentation/pages/Ref/Desktop_Api/Project/Database Functions/A5_BACKUP_LOGFILE_EXIST Function.xml
Indicates whether a backup log file exists.
a5_backup_filename Function
/documentation/pages/Ref/Api/Functions/System/Filename Functions/a5_backup_filename Function.xml
Generates a filename to use for a Backup if user selects the 'keep previous backup' option.
a5_create_new_database Function
/documentation/pages/Ref/Desktop_Api/Project/Database Functions/a5_create_new_database Function.xml
Creates a new empty Database (.adb file). Prompts user for filename.
LIST_FILES_IN_DATABASE Function
/documentation/pages/Ref/Desktop_Api/Project/Database Functions/LIST_FILES_IN_DATABASE Function.xml
Returns a CRLF delimited list of all physical files in a database.
a5_drop_from_database Function
/documentation/pages/Ref/Desktop_Api/Project/Database Functions/a5_drop_from_database Function.xml
If a table or set has focus, then drop the table or set from the database. Otherwise, display the multiple drop dialog.